.home_pro .home_pro_list .more {
    color: #1f6ed1;
    border-color: #1f6ed1;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    color: #fff;
    font-size: 16px;
    margin-left: 40px;
    padding: 34px 16px;
    background: rgba(0, 0, 0, 0.5);
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    color: #fff;
    font-size: 16px;
    margin-right: 40px;
    padding: 34px 16px;
    background: rgba(0, 0, 0, 0.5);
}

.swiper-menu:after {
    color: #fff;
    font-size: 16px;
    margin-left: 40px;
    padding: 18px 22px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
}

/* silidepositoin */
.swiper-pagination-bullet {
    width: 140px;
    height: auto;
    border-radius: 1px;
    opacity: .5;
}

.swiper-pagination-bullet-active {
    border: 1px solid #ccc;
    opacity: 1;
}

@media screen and (max-width:768px) {

    .swiper-button-next,
    .swiper-button-prev,
    .swiper-pagination-bullets {
        display: none;
    }
}

.home_pro .home_pro_list ul li:nth-child(5n) {
    margin-right: 1.25%;
}

.caseli li:nth-child(4n) {
    margin-right: 0 !important;
}

.home_pro .home_pro_list ul li {
    width: 24%;
}

.about-i-c p {
    padding: 0 !important;
    padding-top: 10px !important;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width:1024px) {
    .home_pro .home_pro_list ul li {
        width: 32% !important;
        margin-right: 2%;
    }
}

@media screen and (max-width:768px) {
    .home_pro .home_pro_list ul li {
        width: 49% !important;
        margin-right: 0%;
    }

    .cp1 {
        display: none;
    }

    .cp2 {
        display: block;
    }

    .pics {
        display: none !important;
    }

    .mpics {
        display: block !important;
    }
}

@media screen and (min-width:768px) {
    .cp1 {
        display: block;
    }

    .cp2 {
        display: none;
    }

    .pics {
        display: block !important;
    }

    .mpics {
        display: none !important;
    }
}

.g_zj h2 a {
    color: #1e6ed1;
}

/* 产品 */
.swiper-container-3d .swiper-slide-shadow-left {

    background-image: linear-gradient(to left, rgb(255 255 255 / 50%), rgba(255, 255, 255, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
}

.cpr {
    right: 30px !important;
}

.index_i_b {
    width: 80%;
}

.i_more {
    padding: 10px;
    border: 1px solid #ccc;
    margin-top: 20px;
    display: none;
    text-align: center;
    background: #1e6ed1;
    color: #fff;
}

.i_more:hover {
    background: #494a6b !important;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .u_dlst1 {
        flex-direction: column-reverse;
    }

    .index_i_b {
        width: 100%;
    }

    .i_more {
        display: block;

    }
}
  .caseflex {
      display: flex !important;

  }

  .caseflex li {
      flex: 1;
  }

  @media screen and (max-width: 768px) {
      .caseflex {
          flex-wrap: wrap;

      }

      .caseflex li {
          flex-basis: 49% !important;
          padding: 0 1.25%;
      }
  }

  @media (max-width: 1024px) {
      .home_pro .home_pro_list ul li:nth-child(3n) {
          margin-right: 2%;
      }
  }
    .home_youshi {
        padding-top: 0;
    }

    .tabTit {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .newsflex {
        width: 100% !important;

    }

    .home_news {
        min-height: auto !important;
    }

    .newsflex li {
        width: 33.3% !important;
    }


    .home_news .con_box .left ul li:hover {
        background: #1f6ed1 !important;
    }

    @media screen and (max-width: 768px) {
        .newsflex li {
            width: 100% !important;

        }
    }